home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TSETUPCAPTUREDLG / TSETUPCAPTUREDLG.txt
Text File  |  2001-10-17  |  44KB  |  1,502 lines

  1. object SetupCaptureDlg: TSetupCaptureDlg
  2.   Left = 261
  3.   Top = 79
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Capture settings:'
  7.   ClientHeight = 387
  8.   ClientWidth = 515
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object OKBtn: TButton
  23.     Left = 79
  24.     Top = 180
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object Panel1: TPanel
  33.     Left = 0
  34.     Top = 0
  35.     Width = 515
  36.     Height = 347
  37.     Align = alClient
  38.     BevelOuter = bvNone
  39.     BorderWidth = 5
  40.     Caption = 'Panel1'
  41.     ParentColor = True
  42.     TabOrder = 2
  43.     object Setup: TPageControl
  44.       Left = 5
  45.       Top = 5
  46.       Width = 505
  47.       Height = 337
  48.       ActivePage = Misc
  49.       Align = alClient
  50.       Font.Charset = DEFAULT_CHARSET
  51.       Font.Color = clWindowText
  52.       Font.Height = -12
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       TabOrder = 0
  57.       object General: TTabSheet
  58.         Caption = 'General'
  59.         object AnyName: TGroupBox
  60.           Left = 24
  61.           Top = 24
  62.           Width = 209
  63.           Height = 107
  64.           HelpContext = 4001
  65.           Caption = ' Trigger capture by: '
  66.           TabOrder = 0
  67.           object UseHotKeyMode: TRadioButton
  68.             Left = 26
  69.             Top = 30
  70.             Width = 79
  71.             Height = 17
  72.             HelpContext = 4000
  73.             Caption = 'Hot keys'
  74.             Checked = True
  75.             Font.Charset = ANSI_CHARSET
  76.             Font.Color = clBlack
  77.             Font.Height = -12
  78.             Font.Name = 'MS Sans Serif'
  79.             Font.Style = []
  80.             ParentFont = False
  81.             TabOrder = 0
  82.             TabStop = True
  83.           end
  84.           object UseTimerMode: TRadioButton
  85.             Left = 26
  86.             Top = 60
  87.             Width = 57
  88.             Height = 17
  89.             HelpContext = 4001
  90.             Caption = 'Timer'
  91.             Font.Charset = ANSI_CHARSET
  92.             Font.Color = clBlack
  93.             Font.Height = -12
  94.             Font.Name = 'MS Sans Serif'
  95.             Font.Style = []
  96.             ParentFont = False
  97.             TabOrder = 1
  98.           end
  99.         end
  100.         object GeneralButton: TButton
  101.           Left = 200
  102.           Top = 272
  103.           Width = 75
  104.           Height = 25
  105.           HelpContext = 121
  106.           Caption = 'Defaults'
  107.           TabOrder = 1
  108.           OnClick = GeneralClick
  109.         end
  110.         object GroupBox1: TGroupBox
  111.           Left = 264
  112.           Top = 24
  113.           Width = 209
  114.           Height = 107
  115.           Caption = ' Capture mode: '
  116.           Color = clBtnFace
  117.           ParentColor = False
  118.           TabOrder = 2
  119.           object ShowCaptureOnScreen: TRadioButton
  120.             Left = 26
  121.             Top = 30
  122.             Width = 175
  123.             Height = 17
  124.             HelpContext = 642
  125.             Caption = ' Single capture (no auto-save)'
  126.             Checked = True
  127.             Font.Charset = ANSI_CHARSET
  128.             Font.Color = clBlack
  129.             Font.Height = -12
  130.             Font.Name = 'MS Sans Serif'
  131.             Font.Style = []
  132.             ParentFont = False
  133.             TabOrder = 0
  134.             TabStop = True
  135.           end
  136.           object AutoSaveCapture: TRadioButton
  137.             Left = 26
  138.             Top = 60
  139.             Width = 81
  140.             Height = 17
  141.             HelpContext = 640
  142.             Caption = ' Auto-save'
  143.             Color = clBtnFace
  144.             Font.Charset = ANSI_CHARSET
  145.             Font.Color = clBlack
  146.             Font.Height = -12
  147.             Font.Name = 'MS Sans Serif'
  148.             Font.Style = []
  149.             ParentColor = False
  150.             ParentFont = False
  151.             TabOrder = 1
  152.           end
  153.         end
  154.       end
  155.       object HotKeys: TTabSheet
  156.         Caption = 'Hot keys'
  157.         object GroupBox5: TGroupBox
  158.           Left = 24
  159.           Top = 24
  160.           Width = 449
  161.           Height = 128
  162.           HelpContext = 400
  163.           Caption = ' Definitions of hot keys: '
  164.           TabOrder = 0
  165.           object HotKeyForScreen: TLabel
  166.             Left = 168
  167.             Top = 88
  168.             Width = 145
  169.             Height = 16
  170.             AutoSize = False
  171.             Caption = ' Shift + Alt + Ctrl + F12'
  172.             Color = clWhite
  173.             ParentColor = False
  174.             OnClick = EditScreenHotKeyClick
  175.           end
  176.           object HotKeyForWindow: TLabel
  177.             Left = 168
  178.             Top = 60
  179.             Width = 145
  180.             Height = 16
  181.             AutoSize = False
  182.             Caption = ' Shift + Alt + Ctrl + F12'
  183.             Color = clWhite
  184.             ParentColor = False
  185.             OnClick = EditWindowHotKeyClick
  186.           end
  187.           object Label43: TLabel
  188.             Left = 22
  189.             Top = 60
  190.             Width = 114
  191.             Height = 13
  192.             Caption = 'Capture active window: '
  193.             Font.Charset = ANSI_CHARSET
  194.             Font.Color = clBlack
  195.             Font.Height = -12
  196.             Font.Name = 'MS Sans Serif'
  197.             Font.Style = []
  198.             ParentFont = False
  199.           end
  200.           object Label44: TLabel
  201.             Left = 22
  202.             Top = 88
  203.             Width = 75
  204.             Height = 13
  205.             Caption = 'Capture screen:'
  206.             Font.Charset = ANSI_CHARSET
  207.             Font.Color = clBlack
  208.             Font.Height = -12
  209.             Font.Name = 'MS Sans Serif'
  210.             Font.Style = []
  211.             ParentFont = False
  212.           end
  213.           object HotKeyForProgram: TLabel
  214.             Left = 168
  215.             Top = 32
  216.             Width = 145
  217.             Height = 16
  218.             AutoSize = False
  219.             Caption = ' Shift + Alt + Ctrl + F12'
  220.             Color = clWhite
  221.             ParentColor = False
  222.             OnClick = EditProgramHotKeyClick
  223.           end
  224.           object Label45: TLabel
  225.             Left = 22
  226.             Top = 32
  227.             Width = 107
  228.             Height = 13
  229.             Caption = 'Hide / Show program: '
  230.             Color = clBtnFace
  231.             Font.Charset = ANSI_CHARSET
  232.             Font.Color = clBlack
  233.             Font.Height = -12
  234.             Font.Name = 'MS Sans Serif'
  235.             Font.Style = []
  236.             ParentColor = False
  237.             ParentFont = False
  238.           end
  239.           object EditScreenHotKey: TButton
  240.             Left = 336
  241.             Top = 86
  242.             Width = 73
  243.             Height = 22
  244.             Caption = 'Edit key...'
  245.             TabOrder = 2
  246.             OnClick = EditScreenHotKeyClick
  247.           end
  248.           object EditWindowHotKey: TButton
  249.             Left = 336
  250.             Top = 58
  251.             Width = 73
  252.             Height = 22
  253.             Caption = 'Edit key...'
  254.             TabOrder = 1
  255.             OnClick = EditWindowHotKeyClick
  256.           end
  257.           object EditProgramHotKey: TButton
  258.             Left = 336
  259.             Top = 30
  260.             Width = 73
  261.             Height = 22
  262.             Caption = 'Edit key...'
  263.             TabOrder = 0
  264.             OnClick = EditProgramHotKeyClick
  265.           end
  266.         end
  267.         object HotKeyButton: TButton
  268.           Left = 200
  269.           Top = 272
  270.           Width = 75
  271.           Height = 25
  272.           HelpContext = 121
  273.           Caption = 'Defaults'
  274.           TabOrder = 1
  275.           OnClick = HotKeysClick
  276.         end
  277.       end
  278.       object Timer: TTabSheet
  279.         Caption = 'Timer'
  280.         object TimerButton: TButton
  281.           Left = 200
  282.           Top = 272
  283.           Width = 75
  284.           Height = 25
  285.           HelpContext = 121
  286.           Caption = 'Defaults'
  287.           TabOrder = 0
  288.           OnClick = TimerClick
  289.         end
  290.         object GroupBox16: TGroupBox
  291.           Left = 264
  292.           Top = 24
  293.           Width = 209
  294.           Height = 75
  295.           HelpContext = 601
  296.           Caption = ' Delay for single capture (no auto-save): '
  297.           TabOrder = 1
  298.           object Label18: TLabel
  299.             Left = 138
  300.             Top = 33
  301.             Width = 46
  302.             Height = 13
  303.             Caption = 'second(s)'
  304.             Font.Charset = ANSI_CHARSET
  305.             Font.Color = clBlack
  306.             Font.Height = -12
  307.             Font.Name = 'MS Sans Serif'
  308.             Font.Style = []
  309.             ParentFont = False
  310.           end
  311.           object Label17: TLabel
  312.             Left = 24
  313.             Top = 33
  314.             Width = 33
  315.             Height = 13
  316.             Caption = 'Delay='
  317.             Font.Charset = ANSI_CHARSET
  318.             Font.Color = clBlack
  319.             Font.Height = -12
  320.             Font.Name = 'MS Sans Serif'
  321.             Font.Style = []
  322.             ParentFont = False
  323.           end
  324.           object TimeEdit: TEdit
  325.             Left = 74
  326.             Top = 30
  327.             Width = 41
  328.             Height = 21
  329.             HelpContext = 601
  330.             MaxLength = 6
  331.             TabOrder = 0
  332.             Text = '32767'
  333.             OnExit = TimeEditExit
  334.             OnKeyPress = TimeEditKeyPress
  335.           end
  336.           object WaitUpDown: TUpDown
  337.             Left = 115
  338.             Top = 30
  339.             Width = 15
  340.             Height = 21
  341.             Associate = TimeEdit
  342.             Min = 0
  343.             Max = 32767
  344.             Position = 32767
  345.             TabOrder = 1
  346.             Thousands = False
  347.             Wrap = False
  348.           end
  349.         end
  350.         object GroupBox21: TGroupBox
  351.           Left = 264
  352.           Top = 134
  353.           Width = 209
  354.           Height = 83
  355.           HelpContext = 470
  356.           Caption = ' What to capture: '
  357.           TabOrder = 2
  358.           object CaptScreen: TRadioButton
  359.             Left = 40
  360.             Top = 24
  361.             Width = 63
  362.             Height = 17
  363.             Caption = 'Screen'
  364.             Checked = True
  365.             Font.Charset = ANSI_CHARSET
  366.             Font.Color = clBlack
  367.             Font.Height = -12
  368.             Font.Name = 'MS Sans Serif'
  369.             Font.Style = []
  370.             ParentFont = False
  371.             TabOrder = 0
  372.             TabStop = True
  373.           end
  374.           object CaptWindow: TRadioButton
  375.             Left = 40
  376.             Top = 48
  377.             Width = 65
  378.             Height = 17
  379.             Caption = 'Window'
  380.             Font.Charset = ANSI_CHARSET
  381.             Font.Color = clBlack
  382.             Font.Height = -12
  383.             Font.Name = 'MS Sans Serif'
  384.             Font.Style = []
  385.             ParentFont = False
  386.             TabOrder = 1
  387.           end
  388.         end
  389.         object GroupBox15: TGroupBox
  390.           Left = 24
  391.           Top = 24
  392.           Width = 209
  393.           Height = 75
  394.           HelpContext = 471
  395.           Caption = ' Interval for auto-save: '
  396.           TabOrder = 3
  397.           object Label8: TLabel
  398.             Left = 138
  399.             Top = 33
  400.             Width = 46
  401.             Height = 13
  402.             Caption = 'second(s)'
  403.             Font.Charset = ANSI_CHARSET
  404.             Font.Color = clBlack
  405.             Font.Height = -12
  406.             Font.Name = 'MS Sans Serif'
  407.             Font.Style = []
  408.             ParentFont = False
  409.           end
  410.           object Label5: TLabel
  411.             Left = 24
  412.             Top = 33
  413.             Width = 41
  414.             Height = 13
  415.             Caption = 'Interval='
  416.             Font.Charset = ANSI_CHARSET
  417.             Font.Color = clBlack
  418.             Font.Height = -12
  419.             Font.Name = 'MS Sans Serif'
  420.             Font.Style = []
  421.             ParentFont = False
  422.           end
  423.           object StepEdit: TEdit
  424.             Left = 74
  425.             Top = 30
  426.             Width = 41
  427.             Height = 21
  428.             HelpContext = 471
  429.             TabOrder = 0
  430.             Text = '32767'
  431.             OnExit = StepEditExit
  432.             OnKeyPress = StepEditKeyPress
  433.           end
  434.           object StepUpDown: TUpDown
  435.             Left = 115
  436.             Top = 30
  437.             Width = 15
  438.             Height = 21
  439.             Associate = StepEdit
  440.             Min = 1
  441.             Max = 32767
  442.             Position = 32767
  443.             TabOrder = 1
  444.             Thousands = False
  445.             Wrap = False
  446.           end
  447.         end
  448.         object GroupBox13: TGroupBox
  449.           Left = 24
  450.           Top = 134
  451.           Width = 209
  452.           Height = 83
  453.           HelpContext = 494
  454.           Caption = ' Abort timer on this key: '
  455.           TabOrder = 4
  456.           object Label4: TLabel
  457.             Left = 48
  458.             Top = 36
  459.             Width = 39
  460.             Height = 13
  461.             Caption = 'Esc     +'
  462.           end
  463.           object ShiftBox: TCheckBox
  464.             Left = 112
  465.             Top = 17
  466.             Width = 49
  467.             Height = 17
  468.             HelpContext = 494
  469.             Caption = 'Shift'
  470.             TabOrder = 0
  471.             OnClick = AnyBoxClick
  472.           end
  473.           object AltBox: TCheckBox
  474.             Left = 112
  475.             Top = 36
  476.             Width = 41
  477.             Height = 17
  478.             HelpContext = 494
  479.             Caption = 'Alt'
  480.             TabOrder = 1
  481.             OnClick = AnyBoxClick
  482.           end
  483.           object CtrlBox: TCheckBox
  484.             Left = 112
  485.             Top = 55
  486.             Width = 41
  487.             Height = 17
  488.             HelpContext = 494
  489.             Caption = 'Ctrl'
  490.             TabOrder = 2
  491.             OnClick = AnyBoxClick
  492.           end
  493.         end
  494.       end
  495.       object Filenaming: TTabSheet
  496.         Caption = 'Filenaming'
  497.         object Button1: TButton
  498.           Left = 200
  499.           Top = 272
  500.           Width = 75
  501.           Height = 25
  502.           Caption = 'Defaults'
  503.           TabOrder = 0
  504.           OnClick = FilenamingClick
  505.         end
  506.         object GroupBox4: TGroupBox
  507.           Left = 24
  508.           Top = 24
  509.           Width = 209
  510.           Height = 195
  511.           Caption = ' Include these items in filename: '
  512.           TabOrder = 1
  513.           object IncludePrefix: TCheckBox
  514.             Left = 24
  515.             Top = 72
  516.             Width = 17
  517.             Height = 17
  518.             HelpContext = 472
  519.             Font.Charset = ANSI_CHARSET
  520.             Font.Color = clBlack
  521.             Font.Height = -11
  522.             Font.Name = 'MS Sans Serif'
  523.             Font.Style = []
  524.             ParentFont = False
  525.             State = cbChecked
  526.             TabOrder = 0
  527.             OnClick = UpdateExample
  528.           end
  529.           object CapturePrefix: TEdit
  530.             Left = 47
  531.             Top = 70
  532.             Width = 131
  533.             Height = 21
  534.             HelpContext = 605
  535.             TabStop = False
  536.             TabOrder = 1
  537.             Text = 'Capture'
  538.             OnChange = UpdateExample
  539.             OnKeyPress = CapturePrefixKeyPress
  540.           end
  541.           object IncludeDate: TCheckBox
  542.             Left = 24
  543.             Top = 110
  544.             Width = 97
  545.             Height = 17
  546.             HelpContext = 102
  547.             Caption = '  month + day'
  548.             Font.Charset = ANSI_CHARSET
  549.             Font.Color = clBlack
  550.             Font.Height = -12
  551.             Font.Name = 'MS Sans Serif'
  552.             Font.Style = []
  553.             ParentFont = False
  554.             State = cbChecked
  555.             TabOrder = 2
  556.             OnClick = UpdateExample
  557.           end
  558.           object IncludeFileNumber: TCheckBox
  559.             Left = 24
  560.             Top = 148
  561.             Width = 84
  562.             Height = 17
  563.             HelpContext = 473
  564.             Caption = '  Filenumber'
  565.             Font.Charset = ANSI_CHARSET
  566.             Font.Color = clBlack
  567.             Font.Height = -12
  568.             Font.Name = 'MS Sans Serif'
  569.             Font.Style = []
  570.             ParentFont = False
  571.             State = cbChecked
  572.             TabOrder = 3
  573.             OnClick = UpdateExample
  574.           end
  575.           object IncludeUser: TCheckBox
  576.             Left = 24
  577.             Top = 34
  578.             Width = 97
  579.             Height = 17
  580.             HelpContext = 290
  581.             Caption = '  Username'
  582.             State = cbChecked
  583.             TabOrder = 4
  584.             OnClick = UpdateExample
  585.           end
  586.         end
  587.         object GroupBox8: TGroupBox
  588.           Left = 264
  589.           Top = 24
  590.           Width = 209
  591.           Height = 109
  592.           Caption = ' Next filename(s) will be: '
  593.           TabOrder = 2
  594.           object FilenameExample: TLabel
  595.             Left = 19
  596.             Top = 30
  597.             Width = 182
  598.             Height = 52
  599.             AutoSize = False
  600.             Caption = 'Administrator-Capture-02-20-00001'
  601.             Color = clBtnFace
  602.             Font.Charset = ANSI_CHARSET
  603.             Font.Color = clBlack
  604.             Font.Height = -12
  605.             Font.Name = 'MS Sans Serif'
  606.             Font.Style = []
  607.             ParentColor = False
  608.             ParentFont = False
  609.             WordWrap = True
  610.           end
  611.         end
  612.       end
  613.       object Filenumbering: TTabSheet
  614.         Caption = 'Filenumbering'
  615.         object GroupBox6: TGroupBox
  616.           Left = 264
  617.           Top = 24
  618.           Width = 209
  619.           Height = 56
  620.           Caption = ' Wrap around filenumber: '
  621.           TabOrder = 0
  622.           object Label2: TLabel
  623.             Left = 16
  624.             Top = 23
  625.             Width = 97
  626.             Height = 13
  627.             Caption = 'Restart on 1 after:'
  628.           end
  629.           object WrapEdit: TEdit
  630.             Left = 122
  631.             Top = 20
  632.             Width = 41
  633.             Height = 21
  634.             HelpContext = 474
  635.             TabOrder = 0
  636.             Text = '100'
  637.             OnExit = WrapEditExit
  638.             OnKeyPress = WrapEditKeyPress
  639.           end
  640.           object WrapUpDown: TUpDown
  641.             Left = 163
  642.             Top = 20
  643.             Width = 15
  644.             Height = 21
  645.             HelpContext = 474
  646.             Associate = WrapEdit
  647.             Min = 1
  648.             Max = 32767
  649.             Increment = 10
  650.             Position = 100
  651.             TabOrder = 1
  652.             Thousands = False
  653.             Wrap = False
  654.             OnClick = WrapUpDownClick
  655.           end
  656.         end
  657.         object GroupBox17: TGroupBox
  658.           Left = 24
  659.           Top = 112
  660.           Width = 209
  661.           Height = 105
  662.           Caption = ' Action when filenumber wraps around: '
  663.           TabOrder = 1
  664.           object ContinueCapture: TRadioButton
  665.             Left = 16
  666.             Top = 24
  667.             Width = 177
  668.             Height = 17
  669.             HelpContext = 682
  670.             Caption = 'None  (overwrite previous files)'
  671.             Checked = True
  672.             TabOrder = 0
  673.             TabStop = True
  674.           end
  675.           object StopPlusVisible: TRadioButton
  676.             Left = 16
  677.             Top = 48
  678.             Width = 169
  679.             Height = 17
  680.             HelpContext = 683
  681.             Caption = 'Stop capture  (become visible)'
  682.             TabOrder = 1
  683.           end
  684.           object StopPlusTerminate: TRadioButton
  685.             Left = 16
  686.             Top = 74
  687.             Width = 121
  688.             Height = 17
  689.             HelpContext = 684
  690.             Caption = 'Terminate program'
  691.             TabOrder = 2
  692.           end
  693.         end
  694.         object Button2: TButton
  695.           Left = 200
  696.           Top = 272
  697.           Width = 75
  698.           Height = 25
  699.           Caption = 'Defaults'
  700.           TabOrder = 2
  701.           OnClick = FilenumberingClick
  702.         end
  703.         object GroupBox18: TGroupBox
  704.           Left = 24
  705.           Top = 24
  706.           Width = 209
  707.           Height = 56
  708.           Caption = ' Filenumber: '
  709.           TabOrder = 3
  710.           object Label6: TLabel
  711.             Left = 16
  712.             Top = 23
  713.             Width = 86
  714.             Height = 13
  715.             Caption = 'Next filenumber is:'
  716.           end
  717.           object FileNumber: TEdit
  718.             Left = 122
  719.             Top = 20
  720.             Width = 41
  721.             Height = 21
  722.             HelpContext = 650
  723.             MaxLength = 6
  724.             TabOrder = 0
  725.             Text = '1'
  726.             OnChange = UpdateExample
  727.             OnExit = FileNumberExit
  728.             OnKeyPress = FileNumberKeyPress
  729.           end
  730.           object FileNumberUpDown: TUpDown
  731.             Left = 163
  732.             Top = 20
  733.             Width = 15
  734.             Height = 21
  735.             HelpContext = 650
  736.             Associate = FileNumber
  737.             Min = 1
  738.             Max = 32767
  739.             Position = 1
  740.             TabOrder = 1
  741.             Thousands = False
  742.             Wrap = True
  743.           end
  744.         end
  745.       end
  746.       object Folder: TTabSheet
  747.         Caption = 'Folder'
  748.         Font.Charset = ANSI_CHARSET
  749.         Font.Color = clBlack
  750.         Font.Height = -11
  751.         Font.Name = 'MS Sans Serif'
  752.         Font.Style = []
  753.         ParentFont = False
  754.         object GroupBox3: TGroupBox
  755.           Left = 24
  756.           Top = 24
  757.           Width = 353
  758.           Height = 230
  759.           HelpContext = 630
  760.           Caption = ' Auto-save in this folder: '
  761.           TabOrder = 0
  762.           object Label3: TLabel
  763.             Left = 16
  764.             Top = 24
  765.             Width = 321
  766.             Height = 26
  767.             AutoSize = False
  768.             Caption = 'C:\Documents and Settings\Administrator\My Documents\My Pictures'
  769.             Font.Charset = ANSI_CHARSET
  770.             Font.Color = clBlack
  771.             Font.Height = -11
  772.             Font.Name = 'MS Sans Serif'
  773.             Font.Style = [fsBold]
  774.             ParentFont = False
  775.             WordWrap = True
  776.           end
  777.           object DriveComboBox1: TDriveComboBox
  778.             Left = 16
  779.             Top = 194
  780.             Width = 321
  781.             Height = 19
  782.             HelpContext = 631
  783.             DirList = DirectoryListBox1
  784.             Font.Charset = ANSI_CHARSET
  785.             Font.Color = clBlack
  786.             Font.Height = -11
  787.             Font.Name = 'MS Sans Serif'
  788.             Font.Style = []
  789.             ParentFont = False
  790.             TabOrder = 0
  791.             TextCase = tcUpperCase
  792.           end
  793.           object DirectoryListBox1: TDirectoryListBox
  794.             Left = 16
  795.             Top = 64
  796.             Width = 321
  797.             Height = 121
  798.             HelpContext = 630
  799.             Font.Charset = ANSI_CHARSET
  800.             Font.Color = clBlack
  801.             Font.Height = -11
  802.             Font.Name = 'MS Sans Serif'
  803.             Font.Style = []
  804.             ItemHeight = 16
  805.             ParentFont = False
  806.             TabOrder = 1
  807.             OnChange = DirectoryListBox1Change
  808.             OnEnter = DirectoryListBox1Enter
  809.           end
  810.         end
  811.         object SaveButton: TButton
  812.           Left = 200
  813.           Top = 272
  814.           Width = 75
  815.           Height = 25
  816.           HelpContext = 121
  817.           Caption = 'Defaults'
  818.           TabOrder = 1
  819.           OnClick = FolderClick
  820.         end
  821.       end
  822.       object Formats: TTabSheet
  823.         Caption = 'Formats'
  824.         object GroupBox2: TGroupBox
  825.           Left = 24
  826.           Top = 24
  827.           Width = 321
  828.           Height = 57
  829.           Caption = ' Auto-save as: '
  830.           TabOrder = 0
  831.           object BMPCheckBox: TCheckBox
  832.             Left = 240
  833.             Top = 24
  834.             Width = 55
  835.             Height = 17
  836.             HelpContext = 635
  837.             Caption = 'BMP'
  838.             Font.Charset = ANSI_CHARSET
  839.             Font.Color = clBlack
  840.             Font.Height = -12
  841.             Font.Name = 'MS Sans Serif'
  842.             Font.Style = []
  843.             ParentFont = False
  844.             TabOrder = 0
  845.             OnClick = UpdateExample
  846.           end
  847.           object TIFCheckBox: TCheckBox
  848.             Left = 170
  849.             Top = 24
  850.             Width = 43
  851.             Height = 17
  852.             HelpContext = 634
  853.             Caption = 'TIF'
  854.             Font.Charset = ANSI_CHARSET
  855.             Font.Color = clBlack
  856.             Font.Height = -12
  857.             Font.Name = 'MS Sans Serif'
  858.             Font.Style = []
  859.             ParentFont = False
  860.             TabOrder = 1
  861.             OnClick = UpdateExample
  862.           end
  863.           object PNGCheckBox: TCheckBox
  864.             Left = 30
  865.             Top = 24
  866.             Width = 51
  867.             Height = 17
  868.             HelpContext = 632
  869.             Caption = 'PNG'
  870.             Font.Charset = ANSI_CHARSET
  871.             Font.Color = clBlack
  872.             Font.Height = -12
  873.             Font.Name = 'MS Sans Serif'
  874.             Font.Style = []
  875.             ParentFont = False
  876.             State = cbChecked
  877.             TabOrder = 2
  878.             OnClick = UpdateExample
  879.           end
  880.           object JPGCheckBox: TCheckBox
  881.             Left = 100
  882.             Top = 24
  883.             Width = 51
  884.             Height = 17
  885.             HelpContext = 633
  886.             Caption = 'JPG'
  887.             Color = clBtnFace
  888.             Font.Charset = ANSI_CHARSET
  889.             Font.Color = clBlack
  890.             Font.Height = -12
  891.             Font.Name = 'MS Sans Serif'
  892.             Font.Style = []
  893.             ParentColor = False
  894.             ParentFont = False
  895.             TabOrder = 3
  896.             OnClick = UpdateExample
  897.           end
  898.         end
  899.         object GroupBox12: TGroupBox
  900.           Left = 196
  901.           Top = 100
  902.           Width = 117
  903.           Height = 109
  904.           Caption = ' JPG format: '
  905.           TabOrder = 1
  906.           object Label1: TLabel
  907.             Left = 10
  908.             Top = 78
  909.             Width = 38
  910.             Height = 13
  911.             Caption = 'Quality='
  912.           end
  913.           object CaptureJPGEdit: TEdit
  914.             Left = 56
  915.             Top = 76
  916.             Width = 25
  917.             Height = 21
  918.             HelpContext = 200
  919.             MaxLength = 3
  920.             TabOrder = 0
  921.             Text = '85'
  922.             OnExit = CaptureJPGEditExit
  923.             OnKeyPress = CaptureJPGEditKeyPress
  924.           end
  925.           object UpDown3: TUpDown
  926.             Left = 81
  927.             Top = 76
  928.             Width = 15
  929.             Height = 21
  930.             Associate = CaptureJPGEdit
  931.             Min = 0
  932.             Increment = 5
  933.             Position = 85
  934.             TabOrder = 1
  935.             Thousands = False
  936.             Wrap = False
  937.           end
  938.           object CaptureProgressiveJPG: TRadioButton
  939.             Left = 24
  940.             Top = 44
  941.             Width = 81
  942.             Height = 17
  943.             HelpContext = 203
  944.             Caption = 'Progressive'
  945.             TabOrder = 2
  946.           end
  947.           object CaptureBaselineJPG: TRadioButton
  948.             Left = 24
  949.             Top = 24
  950.             Width = 65
  951.             Height = 17
  952.             HelpContext = 202
  953.             Caption = 'Baseline'
  954.             Checked = True
  955.             TabOrder = 3
  956.             TabStop = True
  957.           end
  958.         end
  959.         object GroupBox10: TGroupBox
  960.           Left = 24
  961.           Top = 100
  962.           Width = 145
  963.           Height = 109
  964.           Caption = ' PNG format: '
  965.           TabOrder = 2
  966.           object CaptureWriteGamma: TCheckBox
  967.             Left = 18
  968.             Top = 74
  969.             Width = 111
  970.             Height = 17
  971.             HelpContext = 466
  972.             Caption = 'Write gamma value'
  973.             State = cbChecked
  974.             TabOrder = 0
  975.           end
  976.           object CaptureStandardPNG: TRadioButton
  977.             Left = 16
  978.             Top = 24
  979.             Width = 65
  980.             Height = 17
  981.             HelpContext = 161
  982.             Caption = 'Standard'
  983.             Checked = True
  984.             TabOrder = 1
  985.             TabStop = True
  986.           end
  987.           object CaptureInterlacedPNG: TRadioButton
  988.             Left = 16
  989.             Top = 44
  990.             Width = 113
  991.             Height = 17
  992.             HelpContext = 161
  993.             Caption = 'Interlaced (Adam 7)'
  994.             TabOrder = 2
  995.           end
  996.         end
  997.         object GroupBox11: TGroupBox
  998.           Left = 340
  999.           Top = 100
  1000.           Width = 117
  1001.           Height = 109
  1002.           Caption = ' TIF format: '
  1003.           TabOrder = 3
  1004.           object CaptureCompressedTIF: TRadioButton
  1005.             Left = 16
  1006.             Top = 32
  1007.             Width = 73
  1008.             Height = 17
  1009.             HelpContext = 110
  1010.             Caption = 'Packbits'
  1011.             Checked = True
  1012.             TabOrder = 0
  1013.             TabStop = True
  1014.           end
  1015.           object CaptureUncompressedTIF: TRadioButton
  1016.             Left = 16
  1017.             Top = 56
  1018.             Width = 97
  1019.             Height = 17
  1020.             HelpContext = 111
  1021.             Caption = 'Uncompressed'
  1022.             TabOrder = 1
  1023.           end
  1024.         end
  1025.         object FormatButton: TButton
  1026.           Left = 200
  1027.           Top = 272
  1028.           Width = 75
  1029.           Height = 25
  1030.           HelpContext = 121
  1031.           Caption = 'Defaults'
  1032.           TabOrder = 4
  1033.           OnClick = FormatsClick
  1034.         end
  1035.       end
  1036.       object Notify: TTabSheet
  1037.         Caption = 'Notify'
  1038.         object GroupBox7: TGroupBox
  1039.           Left = 24
  1040.           Top = 24
  1041.           Width = 449
  1042.           Height = 137
  1043.           Caption = ' How to notify the user that an auto-save is taking place: '
  1044.           TabOrder = 0
  1045.           object SoundLabel: TLabel
  1046.             Left = 280
  1047.             Top = 32
  1048.             Width = 128
  1049.             Height = 15
  1050.             Caption = ' (no wave file selected) '
  1051.             Color = clWhite
  1052.             Font.Charset = ANSI_CHARSET
  1053.             Font.Color = clBlack
  1054.             Font.Height = -12
  1055.             Font.Name = 'Arial'
  1056.             Font.Style = []
  1057.             ParentColor = False
  1058.             ParentFont = False
  1059.             OnClick = Button3Click
  1060.           end
  1061.           object Button3: TButton
  1062.             Left = 206
  1063.             Top = 28
  1064.             Width = 67
  1065.             Height = 24
  1066.             Caption = 'Browse...'
  1067.             TabOrder = 0
  1068.             OnClick = Button3Click
  1069.           end
  1070.           object SoundButton: TRadioButton
  1071.             Left = 24
  1072.             Top = 32
  1073.             Width = 105
  1074.             Height = 17
  1075.             HelpContext = 149
  1076.             Caption = 'Play a sound'
  1077.             Checked = True
  1078.             Font.Charset = ANSI_CHARSET
  1079.             Font.Color = clBlack
  1080.             Font.Height = -12
  1081.             Font.Name = 'MS Sans Serif'
  1082.             Font.Style = []
  1083.             ParentFont = False
  1084.             TabOrder = 1
  1085.             TabStop = True
  1086.             OnEnter = SoundButtonEnter
  1087.           end
  1088.           object ShowInfoWindow: TRadioButton
  1089.             Left = 24
  1090.             Top = 64
  1091.             Width = 137
  1092.             Height = 17
  1093.             HelpContext = 641
  1094.             Caption = 'Show a message box'
  1095.             Font.Charset = ANSI_CHARSET
  1096.             Font.Color = clBlack
  1097.             Font.Height = -12
  1098.             Font.Name = 'MS Sans Serif'
  1099.             Font.Style = []
  1100.             ParentFont = False
  1101.             TabOrder = 2
  1102.           end
  1103.           object NoNotifyButton: TRadioButton
  1104.             Left = 24
  1105.             Top = 96
  1106.             Width = 153
  1107.             Height = 17
  1108.             HelpContext = 2300
  1109.             Caption = 'No notification whatsoever'
  1110.             Font.Charset = ANSI_CHARSET
  1111.             Font.Color = clBlack
  1112.             Font.Height = -12
  1113.             Font.Name = 'MS Sans Serif'
  1114.             Font.Style = []
  1115.             ParentFont = False
  1116.             TabOrder = 3
  1117.           end
  1118.         end
  1119.         object xxxNotifyButton: TButton
  1120.           Left = 200
  1121.           Top = 272
  1122.           Width = 75
  1123.           Height = 25
  1124.           HelpContext = 121
  1125.           Caption = 'Defaults'
  1126.           TabOrder = 1
  1127.           OnClick = NotifyClick
  1128.         end
  1129.       end
  1130.       object Misc: TTabSheet
  1131.         Caption = 'Misc'
  1132.         object Button4: TButton
  1133.           Left = 200
  1134.           Top = 272
  1135.           Width = 75
  1136.           Height = 25
  1137.           HelpContext = 121
  1138.           Caption = 'Defaults'
  1139.           TabOrder = 0
  1140.           TabStop = False
  1141.           OnClick = MiscClick
  1142.         end
  1143.         object GroupBox14: TGroupBox
  1144.           Left = 24
  1145.           Top = 24
  1146.           Width = 449
  1147.           Height = 232
  1148.           Caption = ' Misc: '
  1149.           TabOrder = 1
  1150.           object InvisibleOnClose: TCheckBox
  1151.             Left = 24
  1152.             Top = 20
  1153.             Width = 385
  1154.             Height = 17
  1155.             HelpContext = 4002
  1156.             Caption = 
  1157.               'Clicking the '#39'X'#39' button of the main window means '#39'Capture->Start' +
  1158.               #39' (on menu)'
  1159.             Font.Charset = ANSI_CHARSET
  1160.             Font.Color = clBlack
  1161.             Font.Height = -12
  1162.             Font.Name = 'MS Sans Serif'
  1163.             Font.Style = []
  1164.             ParentFont = False
  1165.             State = cbChecked
  1166.             TabOrder = 0
  1167.           end
  1168.           object IncludeMouseCursor: TCheckBox
  1169.             Left = 24
  1170.             Top = 40
  1171.             Width = 249
  1172.             Height = 17
  1173.             HelpContext = 475
  1174.             Caption = 'Include mouse cursor in the captured images'
  1175.             Font.Charset = ANSI_CHARSET
  1176.             Font.Color = clBlack
  1177.             Font.Height = -12
  1178.             Font.Name = 'MS Sans Serif'
  1179.             Font.Style = []
  1180.             ParentFont = False
  1181.             State = cbChecked
  1182.             TabOrder = 1
  1183.           end
  1184.           object StartInvisible: TCheckBox
  1185.             Left = 24
  1186.             Top = 60
  1187.             Width = 329
  1188.             Height = 17
  1189.             HelpContext = 4003
  1190.             Caption = 'Start program invisible (and begin to capture when I use timer)'
  1191.             Font.Charset = ANSI_CHARSET
  1192.             Font.Color = clBlack
  1193.             Font.Height = -12
  1194.             Font.Name = 'MS Sans Serif'
  1195.             Font.Style = []
  1196.             ParentFont = False
  1197.             TabOrder = 2
  1198.           end
  1199.           object PlayStartSound: TCheckBox
  1200.             Left = 24
  1201.             Top = 80
  1202.             Width = 377
  1203.             Height = 17
  1204.             HelpContext = 476
  1205.             Caption = 
  1206.               'Play a sound when program starts invisible (notify user that pro' +
  1207.               'gram starts)'
  1208.             Font.Charset = ANSI_CHARSET
  1209.             Font.Color = clBlack
  1210.             Font.Height = -12
  1211.             Font.Name = 'MS Sans Serif'
  1212.             Font.Style = []
  1213.             ParentFont = False
  1214.             TabOrder = 3
  1215.           end
  1216.           object AbortOnTooShort: TCheckBox
  1217.             Left = 24
  1218.             Top = 140
  1219.             Width = 337
  1220.             Height = 17
  1221.             HelpContext = 478
  1222.             Caption = 
  1223.               'Abort timer when the interval is too short for a complete auto-s' +
  1224.               'ave'
  1225.             Font.Charset = ANSI_CHARSET
  1226.             Font.Color = clBlack
  1227.             Font.Height = -12
  1228.             Font.Name = 'MS Sans Serif'
  1229.             Font.Style = []
  1230.             ParentFont = False
  1231.             TabOrder = 4
  1232.           end
  1233.           object CaptureClientOnly: TCheckBox
  1234.             Left = 24
  1235.             Top = 160
  1236.             Width = 225
  1237.             Height = 17
  1238.             HelpContext = 480
  1239.             Caption = 'Capture the client area only of a window'
  1240.             Font.Charset = ANSI_CHARSET
  1241.             Font.Color = clBlack
  1242.             Font.Height = -12
  1243.             Font.Name = 'MS Sans Serif'
  1244.             Font.Style = []
  1245.             ParentFont = False
  1246.             TabOrder = 5
  1247.           end
  1248.           object CropIsDefault: TCheckBox
  1249.             Left = 24
  1250.             Top = 180
  1251.             Width = 329
  1252.             Height = 17
  1253.             HelpContext = 481
  1254.             Caption = 
  1255.               'Set '#39'Crop tool'#39' (instead of '#39'Zoom tool'#39') to be active after capt' +
  1256.               'ure'
  1257.             Font.Charset = ANSI_CHARSET
  1258.             Font.Color = clBlack
  1259.             Font.Height = -12
  1260.             Font.Name = 'MS Sans Serif'
  1261.             Font.Style = []
  1262.             ParentFont = False
  1263.             TabOrder = 6
  1264.           end
  1265.           object CanResetCounter: TCheckBox
  1266.             Left = 24
  1267.             Top = 200
  1268.             Width = 369
  1269.             Height = 17
  1270.             HelpContext = 651
  1271.             Caption = 
  1272.               'Start incremental filenumbering on 1 every day (when date has ch' +
  1273.               'anged)'
  1274.             Font.Charset = ANSI_CHARSET
  1275.             Font.Color = clBlack
  1276.             Font.Height = -12
  1277.             Font.Name = 'MS Sans Serif'
  1278.             Font.Style = []
  1279.             ParentFont = False
  1280.             State = cbChecked
  1281.             TabOrder = 7
  1282.           end
  1283.           object AbortOnEscKey: TCheckBox
  1284.             Left = 24
  1285.             Top = 120
  1286.             Width = 273
  1287.             Height = 17
  1288.             HelpContext = 482
  1289.             Caption = 'Abort timer when Shift + Alt + Ctrl + Esc is pressed'
  1290.             Font.Charset = ANSI_CHARSET
  1291.             Font.Color = clBlack
  1292.             Font.Height = -12
  1293.             Font.Name = 'MS Sans Serif'
  1294.             Font.Style = []
  1295.             ParentFont = False
  1296.             State = cbChecked
  1297.             TabOrder = 8
  1298.           end
  1299.           object UseTray: TCheckBox
  1300.             Left = 24
  1301.             Top = 100
  1302.             Width = 273
  1303.             Height = 17
  1304.             HelpContext = 493
  1305.             Caption = 'Put an icon in the system tray when program starts'
  1306.             TabOrder = 9
  1307.           end
  1308.         end
  1309.       end
  1310.       object Show: TTabSheet
  1311.         Caption = 'Show'
  1312.         object Button6: TButton
  1313.           Left = 200
  1314.           Top = 272
  1315.           Width = 75
  1316.           Height = 25
  1317.           Caption = 'Defaults'
  1318.           TabOrder = 0
  1319.           OnClick = ShowClick
  1320.         end
  1321.         object GroupBox9: TGroupBox
  1322.           Left = 24
  1323.           Top = 24
  1324.           Width = 449
  1325.           Height = 139
  1326.           Caption = ' Showing message boxes: '
  1327.           TabOrder = 1
  1328.           object ShowFailure: TCheckBox
  1329.             Left = 26
  1330.             Top = 26
  1331.             Width = 249
  1332.             Height = 17
  1333.             Caption = 'Show a message if I fail to capture a window '
  1334.             Font.Charset = ANSI_CHARSET
  1335.             Font.Color = clBlack
  1336.             Font.Height = -12
  1337.             Font.Name = 'MS Sans Serif'
  1338.             Font.Style = []
  1339.             ParentFont = False
  1340.             TabOrder = 0
  1341.           end
  1342.           object ShowExitWarning: TCheckBox
  1343.             Left = 26
  1344.             Top = 52
  1345.             Width = 311
  1346.             Height = 17
  1347.             Caption = 'Show a warning when I am about to exit from the program'
  1348.             Font.Charset = ANSI_CHARSET
  1349.             Font.Color = clBlack
  1350.             Font.Height = -12
  1351.             Font.Name = 'MS Sans Serif'
  1352.             Font.Style = []
  1353.             ParentFont = False
  1354.             TabOrder = 1
  1355.           end
  1356.           object ShowKeyDefs: TCheckBox
  1357.             Left = 26
  1358.             Top = 78
  1359.             Width = 217
  1360.             Height = 17
  1361.             Caption = 'Show reminder about hot keys usage'
  1362.             Font.Charset = ANSI_CHARSET
  1363.             Font.Color = clBlack
  1364.             Font.Height = -12
  1365.             Font.Name = 'MS Sans Serif'
  1366.             Font.Style = []
  1367.             ParentFont = False
  1368.             TabOrder = 2
  1369.           end
  1370.           object ShowTimerUsage: TCheckBox
  1371.             Left = 26
  1372.             Top = 104
  1373.             Width = 193
  1374.             Height = 17
  1375.             Caption = 'Show reminder about timer usage'
  1376.             Font.Charset = ANSI_CHARSET
  1377.             Font.Color = clBlack
  1378.             Font.Height = -12
  1379.             Font.Name = 'MS Sans Serif'
  1380.             Font.Style = []
  1381.             ParentFont = False
  1382.             TabOrder = 3
  1383.           end
  1384.         end
  1385.       end
  1386.     end
  1387.   end
  1388.   object Panel2: TPanel
  1389.     Left = 0
  1390.     Top = 347
  1391.     Width = 515
  1392.     Height = 40
  1393.     Align = alBottom
  1394.     BevelOuter = bvNone
  1395.     TabOrder = 1
  1396.     object RestoreAllButton: TButton
  1397.       Left = 416
  1398.       Top = 6
  1399.       Width = 75
  1400.       Height = 26
  1401.       HelpContext = 32
  1402.       Caption = 'Reset...'
  1403.       TabOrder = 0
  1404.       TabStop = False
  1405.       OnClick = RestoreAllButtonClick
  1406.     end
  1407.     object BitBtn1: TBitBtn
  1408.       Left = 240
  1409.       Top = 6
  1410.       Width = 75
  1411.       Height = 26
  1412.       Caption = 'Cancel'
  1413.       ModalResult = 2
  1414.       TabOrder = 1
  1415.       TabStop = False
  1416.       OnClick = CancelButtonClick
  1417.       Glyph.Data = {
  1418.         CE070000424DCE07000000000000360000002800000024000000120000000100
  1419.         1800000000009807000000000000000000000000000000000000007F7F007F7F
  1420.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1421.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1422.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1423.         007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F007F
  1424.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1425.         7F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F
  1426.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
  1427.         7F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F0000FF7F7F7F007F7F00
  1428.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7FFFFFFF007F7F
  1429.         007F7F007F7F007F7F007F7F007F7FFFFFFF007F7F007F7F007F7F007F7F007F
  1430.         7F007F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F00
  1431.         00FF00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  1432.         FFFFFF007F7F7F7F7FFFFFFF007F7F007F7F007F7FFFFFFF7F7F7F7F7F7FFFFF
  1433.         FF007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00
  1434.         007F7F7F7F007F7F0000FF00007F00007F00007F00007F7F7F7F007F7F007F7F
  1435.         007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7FFFFF
  1436.         FF7F7F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F00
  1437.         7F7F0000FF00007F00007F00007F00007F7F7F7F00007F00007F00007F00007F
  1438.         00007F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F
  1439.         7F007F7F7F7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF00
  1440.         7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F00007F
  1441.         00007F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F
  1442.         7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F00
  1443.         7F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1444.         0000FF00007F00007F00007F00007F00007F00007F7F7F7F007F7F007F7F007F
  1445.         7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F00
  1446.         7F7F007F7F007F7F007F7FFFFFFF7F7F7F007F7F007F7F007F7F007F7F007F7F
  1447.         007F7F007F7F007F7F007F7F007F7F00007F00007F00007F00007F00007F7F7F
  1448.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1449.         7F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F
  1450.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF0000
  1451.         7F00007F00007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1452.         7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F
  1453.         7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1454.         7F007F7F0000FF00007F00007F00007F00007F00007F7F7F7F007F7F007F7F00
  1455.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F
  1456.         007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F
  1457.         7F007F7F007F7F007F7F007F7F0000FF00007F00007F00007F7F7F7F00007F00
  1458.         007F00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1459.         007F7F007F7F7F7F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  1460.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F00007F00
  1461.         007F7F7F7F007F7F0000FF00007F00007F00007F7F7F7F007F7F007F7F007F7F
  1462.         007F7F007F7F007F7F007F7F007F7F7F7F7F007F7F007F7F007F7F7F7F7FFFFF
  1463.         FF007F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F00
  1464.         7F7F0000FF00007F00007F7F7F7F007F7F007F7F007F7F0000FF00007F00007F
  1465.         00007F7F7F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7FFFFFFF007F
  1466.         7F007F7F7F7F7F007F7F7F7F7FFFFFFF007F7F007F7F7F7F7FFFFFFF007F7F00
  1467.         7F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F007F7F007F7F007F7F
  1468.         007F7F007F7F0000FF00007F00007F00007F007F7F007F7F007F7F007F7F007F
  1469.         7F007F7F7F7F7FFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F7F7F7FFFFFFF00
  1470.         7F7F007F7F7F7F7FFFFFFF007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1471.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F0000FF00007F0000FF007F
  1472.         7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F007F7F007F7F00
  1473.         7F7F007F7F007F7F7F7F7FFFFFFFFFFFFFFFFFFF7F7F7F007F7F007F7F007F7F
  1474.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1475.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1476.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F7F7F7F7F7F7F7F7F7F
  1477.         007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F
  1478.         7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F00
  1479.         7F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F007F7F
  1480.         007F7F007F7F007F7F007F7F007F7F007F7F}
  1481.       NumGlyphs = 2
  1482.     end
  1483.     object OKBitBtn: TBitBtn
  1484.       Left = 154
  1485.       Top = 6
  1486.       Width = 75
  1487.       Height = 26
  1488.       TabOrder = 2
  1489.       TabStop = False
  1490.       Kind = bkOK
  1491.     end
  1492.   end
  1493.   object OpenDialog1: TOpenDialog
  1494.     FileEditStyle = fsEdit
  1495.     Filter = 'wave files (*.wav)|*.WAV'
  1496.     Options = [ofHideReadOnly, ofNoChangeDir, ofFileMustExist]
  1497.     Title = 'Select sound file:'
  1498.     Left = 465
  1499.     Top = 37
  1500.   end
  1501. end
  1502.